路由系統route 路由設計routing


Posted by mijouhsieh on 2023-04-09

路由設計routing

REST Representation State Transfer

  • 軟體架構的設計風格
  • 符和此風格,可稱為 RESTful
  • 以資料為中心,搭配 HTTP Method 和 CRUD 資料操作

HTTP Method

GET POST PATCH PUT DELETE

CRUD

Create Read Update Delete

使用 REST 風格 好處:

網址變化規律簡潔
前後端規定好,可想像API格式、預先規劃串接複雜度


#route #routing #REST #RESTful







Related Posts

專題研討心得:Our brawling love for information technologies in the context of XAI(臺大資管系 畢南怡 助理教授)

專題研討心得:Our brawling love for information technologies in the context of XAI(臺大資管系 畢南怡 助理教授)

正規表達式 - lookaround

正規表達式 - lookaround

建立屬於你的 Google Map 地圖標記(一) - Google Map API 與 React

建立屬於你的 Google Map 地圖標記(一) - Google Map API 與 React


Comments